home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 1
/
The Arsenal Files (Arsenal Computer).ISO
/
novell
/
l11f01.exe
/
INT17FIX.PAT
< prev
next >
Wrap
Text File
|
1994-02-14
|
1KB
|
31 lines
TARGET=CLIENT.EXE
LIST
print "INT17FIX.PAT - NetWare Lite Client int 17 ISR patch, French version.\n"
VERIFY
va = search ( E8 54 E6 B4 90 80 7F 32 3C 72
DA checksum 61F )
vc = search ( 50 E8 B7 19 58 C3 checksum 323 )
if ((va=1C06) AND (vc=25D) ) then
print " $TARGET already contains patch INT17FIX.PAT.\n"
stop
else
print " $TARGET does not contain patch INT17FIX.PAT.\n"
endif
APPLY
print " Applying patch INT17FIX.PAT to $TARGET...\n"
vb = search ( E8 0F 00 B4 90 80 7F 32 3C 72
DA checksum 4F4 )
if (vb=1C06) then
patch 1C07 ( 54 E6 checksum 13A )
patch 25D ( 50 E8 B7 19 58 C3 checksum 323 )
write
print " $TARGET now contains patch INT17FIX.PAT.\n"
stop
else
print " Could not find pattern indicating that $TARGET\n"
print " needs this patch. Make sure you are using this\n"
print " patch with NetWare Lite CLIENT.EXE, French version 1.1.\n"
stop
endif